-- background: 5314 from stack: in -- bmap block id: 12133 -- flags: 0000 -- background id: 0 -- name: Plot Menu -- part 16 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=19 top=266 right=303 bottom=57 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: To Menu ----- HyperTalk script ----- on mouseUp play "boing" visual effect iris close go to card id 20526 end mouseUp -- part 29 (button) -- low flags: 00 -- high flags: 0006 -- rect: left=99 top=193 right=226 bottom=120 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Event 1 ----- HyperTalk script ----- on mouseDown set hilite of background button "Event 1" to true end mouseDown on mouseUp set hilite of background button "Event 1" to false go to card "Plot 1" wait for 2 seconds go to card "Event 1" end mouseUp -- part 30 (button) -- low flags: 00 -- high flags: 0006 -- rect: left=167 top=184 right=217 bottom=188 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Event 2 ----- HyperTalk script ----- on mouseDown set hilite of background button "Event 2" to true end mouseDown on mouseUp set hilite of background button "Event 2" to false go to card "Plot 2" wait for 2 seconds go to card "Event 2" end mouseUp -- part 31 (button) -- low flags: 00 -- high flags: 0006 -- rect: left=216 top=139 right=172 bottom=237 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: event 3 ----- HyperTalk script ----- on mouseDown set hilite of background button "Event 3" to true end mouseDown on mouseUp set hilite of background button "Event 3" to false go to card "Plot 3" wait for 2 seconds go to card "Event 3" end mouseUp -- part 32 (button) -- low flags: 00 -- high flags: 0006 -- rect: left=276 top=119 right=152 bottom=297 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: event 4 ----- HyperTalk script ----- on mouseDown set hilite of background button "Event 4" to true end mouseDown on mouseUp set hilite of background button "Event 4" to false go to card "Plot 4" wait for 2 seconds go to card "Event 4" end mouseUp -- part 33 (button) -- low flags: 00 -- high flags: 0006 -- rect: left=335 top=82 right=115 bottom=356 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Event 5 ----- HyperTalk script ----- on mouseDown set hilite of background button "Event 5" to true end mouseDown on mouseUp set hilite of background button "Event 5" to false go to card "Plot 5" wait for 2 seconds go to card "Event 5" end mouseUp -- part 34 (button) -- low flags: 00 -- high flags: 0006 -- rect: left=397 top=68 right=101 bottom=418 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Event 6 ----- HyperTalk script ----- on mouseDown set hilite of background button "Event 6" to true end mouseDown on mouseUp set hilite of background button "Event 6" to false go to card "Plot 6" wait for 2 seconds go to card "Event 6" end mouseUp -- part 35 (button) -- low flags: 00 -- high flags: 0006 -- rect: left=351 top=211 right=244 bottom=372 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Event 7 ----- HyperTalk script ----- on mouseDown set hilite of background button "Event 7" to true end mouseDown on mouseUp set hilite of background button "Event 7" to false go to card "Plot 7" wait for 2 seconds go to card "Event 7" end mouseUp -- part 37 (button) -- low flags: 00 -- high flags: 0006 -- rect: left=425 top=184 right=217 bottom=446 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Event 8 ----- HyperTalk script ----- on mouseDown set hilite of background button "Event 8" to true end mouseDown on mouseUp set hilite of background button "Event 8" to false go to card "Plot 8" wait for 2 seconds go to card "Event 8" end mouseUp -- part 38 (button) -- low flags: 00 -- high flags: A002 -- rect: left=16 top=319 right=340 bottom=76 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Return ----- HyperTalk script ----- on mouseUp global ReturnCard go ReturnCard end mouseUp